configuration / chassis0 / slots / [SLOT-ID] / [gps180] / module / gps / timezone

CLI REST-API

dst-off

The submenu dst-off (dst-off) contains the following:

Menus: none

Objects:
name (Name)
offset-sign (Offset Sign)
hour (Hour)
minute (Minute)
date-day (Date Day)
date-month (Date Month)
date-year (Date Year)
week-day (Week Day)
changing-hour (Changing Hour)
changing-minute (Changing Minute)
changing-second (Changing Second)

Commands: none



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/name
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/offset-sign
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/hour
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/minute
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/date-day
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/date-month
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/date-year
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/week-day
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/changing-hour
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/changing-minute
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/changing-second

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/gps/timezone/dst-off


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/gps/timezone/dst-off


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/gps/timezone/dst-off
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/gps/timezone/dst-off
-d "{
  \"objects\": \"new-values\"
}"